Skip to main content
DELETE
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
/
leave
Leave Space
curl --request DELETE \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/leave
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.replyke.com/llms.txt

Use this file to discover all available pages before exploring further.

Removes the authenticated user’s membership from a space.

Path Parameters

spaceId
string
required
UUID of the space to leave.

Response

message
string
Confirmation message.
See also: useLeaveSpace