All Collections
Apideck Unify
How to delete a consumer?
How to delete a consumer?

Instruction and CURL Example to delete a consumer

Updated over a week ago

We support the removal of a consumer via the Vault API: https://developers.apideck.com/apis/vault/reference#operation/consumersDelete


Example CURL snippet to delete a consumer

curl --location --request DELETE 'https://unify.apideck.com/vault/consumers/{consumerId}' \ 
--header 'Accept: application/json' \
--header 'x-apideck-app-id: *******************' \
--header 'Authorization: Bearer ***************************'

where the {consumerId} should be replaced with the consumer you want to remove.

🚩 It's important to note that removing a consumer through the web portal isn't currently feasible as it's a highly destructive action.
​
In the event that a consumer is accidentally removed, it would require the user to re-authenticate all of their integrations.

Did this answer your question?