Delete a mapping rule (Work-in-Progress)
DELETE/mapping-rules/:mappingKey
Deletes the mapping rule with the given key.
This API is in a Work-in-Progress state and will undergo potential breaking changes until its release with an upcoming minor release.
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.