> ## Documentation Index
> Fetch the complete documentation index at: https://connect.trypost.it/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete social set

> Delete a set. Accounts in it become ungrouped. Returns 204.

<ParamField path="id" type="string" required>
  Set UUID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://connect.trypost.it/api/social-sets/00000000-0000-0000-0000-000000000000 \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
