cURL
curl --request DELETE \ --url {protocol}://{domain}/api/v1/spaces/{spaceId} \ --header 'Authorization: Bearer <token>'
Delete a space and optionally reassign its content
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Space identifier
Space deleted successfully
Was this page helpful?