Logo
30 Days of Postman API Documentation

Delete Workspace

DELETE https://api.getpostman.com/workspaces/{{workspace_id}}

This endpoint allows you to delete an existing workspace.

On successful deletion of the workspace, the response returns the id.

Requires API Key as X-Api-Key request header or apikey URL query parameter.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "workspace": { "id": "{{workspace_id}}" } }



Curl
curl -X DELETE 'https://api.getpostman.com/workspaces/undefined'

ENDPOINTS