Delete a metadata policy
Path parameters
-
The federation id
Maximum length is
36
. -
The metadata policy id
Maximum length is
36
. Format should match the following pattern:^[^<>]*$
.
DELETE
/references/federations/{FederationId}/metadata-policy/{MetadataPolicyId}
curl \
-X DELETE https://matls-api.sandbox.raidiam.io/references/federations/{FederationId}/metadata-policy/{MetadataPolicyId} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"errors": [
"string"
]
}