Delete Auth
Permanently delete a messaging provider auth
DELETE
https://api.pact.im/api/p2/companies/<COMPANY_ID>/auths/<AUTH_ID>Deletes an auth permanently.
URL Parameters
| Parameter | Description |
|---|---|
| COMPANY_ID | ID of the company |
| AUTH_ID | ID of the auth |
Query Parameters
| Parameter | Required | Validations | Description |
|---|---|---|---|
| private_api_token | true | Must be a string | YOUR_API_TOKEN |