cURL
curl --request DELETE \ --url https://api.puretalk.ai/api/ruth-connect/integrations/{integration_id} \ --header 'X-API-KEY: <api-key>'
{ "err": true, "msg": "<string>" }
Delete an integration based on the ID supplied
Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.
ID of integration to delete
Integration deleted
Indicates if the response is an error
Message from the API
Was this page helpful?