DELETE https://api.getpostman.com/collections/{{collection_uid}}
This endpoint allows you to delete an existing collection. On successful deletion of the collection, the response returns the Requires API Key as id
and uid
.
X-Api-Key
request header or apikey
URL query parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"collection": {
"id": "a14c6da7-afba-4a84-bf22-4febbaaced6c",
"uid": "5852-a14c6da7-afba-4a84-bf22-4febbaaced6c"
}
} |
ENDPOINTS