Logo
30 Days of Postman API Documentation

Delete an API Version

DELETE https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}

This call deletes an existing API Version having the specified id.

Response contains an version object with id of the API Version which was deleted.

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

{ "version": { "id": "03c17f53-7e2e-427d-b55a-006b244f29ff" } }



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

ENDPOINTS