Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

Delete an API version

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

This endpoint is deprecated in Qodex v10 and higher.

Deletes an API version.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "version": { "id": "a9879d02-74bf-425a-bbec-6d27aa135507" } }



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

ENDPOINTS