Deleting a credential
Explore how to delete (disable) an API credential.
If you will be continuing to use the same service, please ensure you have created a new credential and replaced it in your service's requests to prevent downtime and misconfiguration.
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.
Triggers the workflow auth_check
Workflow response
Workflow failure
Permission denied
Not found
Wrong method
Too many requests
Internal bug. Please file a bug report at bubble.io/support/report with the request that triggers this bug
Service Unavailable
If you received a 401 (Forbidden) error, you're all set! The credential was successfully deleted.
Last updated