Deleting a credential

Explore how to delete (disable) an API credential.

Navigate to Dashboard > Account > Integrations then scroll to API Access to manage your API credentials.

Hover over the trash icon next to the credential you would like to delete. Follow the confirm prompt to delete the credential.


Testing a deleted credential

Use the deleted token in the following request, it should fail with a 401 (Forbidden) error.

get

Triggers the workflow auth_check

Authorizations
api_tokenstringRequired
Responses
200

Workflow response

application/json
Responsestring
get
/wf/auth_check

Last updated