Deletes a workspace and all of its assets.
cURL
curl --request DELETE \ --url https://app.pentest-tools.com/api/v2/workspaces/{id} \ --header 'Authorization: Bearer <token>'
{ "status": 401, "message": "No API key specified" }
Use the "API key" from the profile page as the token
id of workspace to get
Deleted successfully
Was this page helpful?