Delete Mapping Rule¶
GET /api/v1/sso_mapping/field/{fdmp_uuid}/delete
Overview¶
Delete a mapping rule.
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| fdmp_uuid | string | Y | Mapping rule ID |
Parameter Details¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/sso_mapping/field/fdmp_xxxx32/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed