Skip to main content
Version: Next

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

Path Parameters

    tenantKey int64required

    The unique identifier of the tenant.

    mappingKey int64required

    The unique identifier of the mapping rule.

Responses

The mapping rule was successfully removed from the tenant.

Loading...