Skip to main content

Delete Integration

Delete an integration. Users can only delete their own integrations.
path
string
required
Integration type
curl -X DELETE "https://api.example.com/api/v1/integrations/elevenlabs" \
  -H "X-API-Key: your-api-key-here"

Response

status
object
Response status information
code
integer
HTTP status code (200)
message
string
Status message
{
  "status": {
    "code": 200,
    "message": "Integration deleted successfully"
  }
}

Error Responses

401
object
Unauthorized - Invalid or missing authentication
404
object
Integration not found