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 Requires API Key as id
.
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}}"
}
} |
ENDPOINTS