Last updated 3 months ago
This endpoint deletes an existing consent.
The id of the consent you wish to delete.
If consent is removed
const response = await fetch('https://apione.zwapgrid.com/consents//api/v1/consents/{consentId}', { method: 'DELETE', headers: { "x-correlation-id": "123e4567-e89b-12d3-a456-426614174000" }, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }