Logo
30-day challenge API Documentation

Delete a mock server

DELETE https://api.getpostman.com/mocks/{{mockId}}

Deletes a mock server.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "mock": { "id": "0fca2246-c108-41f5-8454-cc032def329f", "uid": "1679925-0fca2246-c108-41f5-8454-cc032def329f" } }



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

ENDPOINTS