DELETE
/
v1
/
mock-apis
/
{mockApiId}
/
mappings
/
{stubMappingId}
Delete a stub mapping
curl --request DELETE \
  --url https://wmc.wiremockapi.cloud/v1/mock-apis/{mockApiId}/mappings/{stubMappingId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Your API key prefixed by 'Token '

Path Parameters

mockApiId
string
required

The ID of the Mock API

Required string length: 5 - 10
Example:

"jjl8y"

stubMappingId
string
required

The UUID of stub mapping

Response

200

OK