Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"workspace_ids": [
"ws-123",
"ws-888"
]
}
Request Code Samples
curl --location --request DELETE 'https://app.onlysocial.io/os/api/panel/workspaces' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"workspace_ids": [
"ws-123",
"ws-888"
]
}'
Responses
This response does not have a body.
Modified at 2026-06-14 08:07:00