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