cURL
curl --request DELETE \ --url https://api.reqlick.com/workspaces/{url} \ --header 'Authorization: Bearer <token>'
{ "error": false }
Delete a workspace for the authenticated workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace URL
Workspace deleted successfully
The response is of type object.
object