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
}
Credentials
Delete a credential
This endpoint deletes a credential.
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
}
This operation is permanent and not reversible.
Request parameters
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
}

