curl --request POST \
--url http://localhost:3000/v2/AgreementRevokeAll \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"brief": "<string>",
"request_metadata": {}
}
'{
"status": "ok"
}Revokes all agreements for a specific legal basis
curl --request POST \
--url http://localhost:3000/v2/AgreementRevokeAll \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"brief": "<string>",
"request_metadata": {}
}
'{
"status": "ok"
}API token for authentication
All agreements revoked successfully
"ok"