Delete Collection
DELETE https://api.getpostman.com/collections/{{collectionUid}}
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": "12ece9e1-2abf-4edc-8e34-de66e74114d2",
"uid": "12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"
}
} |
ENDPOINTS