Skip to main content
DELETE
/
auth-integrations
/
{authIntegrationId}
Delete an auth integration
curl --request DELETE \
  --url https://api.altostrat.io/auth-integrations/{authIntegrationId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API Key authentication. Provide your token in the 'Authorization' header. Example: Authorization: Bearer <YOUR_TOKEN>

Path Parameters

authIntegrationId
string<uuid>
required

The unique identifier for the authentication integration.

Example:

"c4d5e6f7-8a9b-0c1d-2e3f-4a5b6c7d8e9f"

Response

The auth integration was deleted successfully.