Logo
⌘K

Disconnect Integration

Disconnect a connected API integration. When called, the API key is invalidated and the integration is deleted in Artelo.
Parameters

No parameters

Returns

Success status of the disconnection.

DELETE

/authentication/disconnect

curl -X DELETE 'https://www.artelo.io/api/open/authentication/disconnect' \
  -H 'Authorization: Bearer your-token'
Response
{
  "success": true
}