Remove a mapping rule from a tenant
DELETE/tenants/:tenantKey/mapping-rules/:mappingKey
Removes a single mapping rule from a specified tenant without deleting the rule.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The mapping rule was successfully removed from the tenant.
The provided data is not valid.
Forbidden. The request is not allowed.
Not found. The tenant or mapping rule was not found.
An internal error occurred while processing the request.