> ## 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.

# Leave Space

> Leave a space

Removes the authenticated user's membership from a space.

## Path Parameters

<ParamField path="spaceId" type="string" required>
  UUID of the space to leave.
</ParamField>

## Response

<ResponseField name="message" type="string">
  Confirmation message.
</ResponseField>

See also: [useLeaveSpace](/hooks/spaces/use-leave-space)
