Deleting invitations
If you need to remove an invitation to prevent further use, you can delete it using the following command:
curl --location --request DELETE 'https://${service_url}/v1.0/diagency/invitations/3da856c9-80a5-4ee0-b069-0ae8d9cd5e54' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ${issuer1_verifiable_credentials_access_token}'