Logo
30 days challenge API Documentation

Delete Collection

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 id and uid.

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

{ "collection": { "id": "a14c6da7-afba-4a84-bf22-4febbaaced6c", "uid": "5852-a14c6da7-afba-4a84-bf22-4febbaaced6c" } }



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

ENDPOINTS