curl --request DELETE \
--url https://api.sequin.io/v1/oauth-apps/8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8 \
--header 'Authorization: Bearer YOUR_API_TOKEN'
{
"deleted":true,
"id":"8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8"
}
OAuth apps
Delete an OAuth app
This endpoint deletes a OAuth app.
DELETE
/
v1
/
oauth-apps
/
{id}
curl --request DELETE \
--url https://api.sequin.io/v1/oauth-apps/8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8 \
--header 'Authorization: Bearer YOUR_API_TOKEN'
{
"deleted":true,
"id":"8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8"
}
This operation is permanent and not reversible.
Request parameters
string
required
ID of the OAuth app.
curl --request DELETE \
--url https://api.sequin.io/v1/oauth-apps/8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8 \
--header 'Authorization: Bearer YOUR_API_TOKEN'
{
"deleted":true,
"id":"8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8"
}

