auth-connection

Dev Org Auth Connections Delete

POST
Deletes an authentication connection. Only enterprise connections which are explicitly set up for a Dev organization can be deleted. Default connections can not be deleted using this method.

Request

This endpoint expects an object.
id
stringRequired
ID of the authentication connection to be deleted.
POST
1curl -X POST https://api.devrev.ai/dev-orgs.auth-connections.delete \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "id": "id"
6}'