curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId{
"message": "<string>"
}Delete a space and all its associated data
curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId{
"message": "<string>"
}"Space deleted successfully."Not Found — 404
{ "error": "Space not found.", "code": "space/not-found" }
Deletion Disabled — 403
{ "error": "Space deletion is disabled for this project.", "code": "space/deletion-disabled" }
Creator Required — 403
{ "error": "Only the space creator can delete the space.", "code": "space/creator-required" }