Delete a mapping rule
DELETE/mapping-rules/:mappingKey
Deletes the mapping rule with the given key.
Request
Responses
- 204
- 401
- 404
- 500
The mapping rule was deleted successfully.
The request lacks valid authentication credentials.
The mapping rule with the mappingKey was not found.
An internal error occurred while processing the request.