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