DELETE
/
auth-integrations
/
{auth_integration}
curl --request DELETE \
  --url https://api.altostrat.io/auth-integrations/{auth_integration} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

auth_integration
string
required

UUID of the Auth Integration

Response

204

Auth Integration deleted