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 id
and uid
.
Requires API Key as
X-Api-Key
request header orapikey
URL query parameter.
RESPONSES
status: OK
{"collection":{"id":"12ece9e1-2abf-4edc-8e34-de66e74114d2","uid":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}}