DELETE
/
workspaces
/
{url}
curl --request DELETE \
  --url https://api.reqlick.com/workspaces/{url} \
  --header 'Authorization: Bearer <token>'
{
  "error": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

url
string
required

Workspace URL

Response

200
application/json
Workspace deleted successfully
error
boolean
Example:

false