Skip to main content
DELETE
/
v1
/
credentials
/
{id}
curl --request DELETE \
  --url https://api.sequin.io/v1/credentials/c906b4a4-0cda-4f46-bd80-255f570c195d \
  --header 'Authorization: Bearer YOUR_API_TOKEN'
{
  "id": "c906b4a4-0cda-4f46-bd80-255f570c195d",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://sequin.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

This operation is permanent and not reversible.

Request parameters

id
string
required
ID of the credential.
curl --request DELETE \
  --url https://api.sequin.io/v1/credentials/c906b4a4-0cda-4f46-bd80-255f570c195d \
  --header 'Authorization: Bearer YOUR_API_TOKEN'
{
  "id": "c906b4a4-0cda-4f46-bd80-255f570c195d",
  "deleted": true
}