curl --request DELETE \
--url https://app2.freyavoice.ai/api/v2/workspaces \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"success": true,
"message": "<string>"
}
}
}Permanently deletes a workspace and all associated data. Only the workspace owner can delete.
curl --request DELETE \
--url https://app2.freyavoice.ai/api/v2/workspaces \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"success": true,
"message": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workspace ID