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
The response is of type object.
object
Was this page helpful?