Logo
22janBatch API Documentation

Delete a collection

DELETE https://api.getpostman.com/collections/{{collectionId}}

Deletes a collection.

 

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" } }



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

ENDPOINTS