Delete
/webhook/{webhook_id}
You can remove a webhook endpoint via the API.
To remove a webhook, send a DELETE request to https://api.copy.ai/api/webhook/<webhook_id>.
Security
API Key: ApiKeyAuth
Header parameter namex-copy-ai-api-key
Copy.ai API key for authentication
Header parameters
x-copy-ai-api-key
stringRequired
Path parameters
webhook_id
stringRequired
The ID of the webhook
Responses
202
Accepted
400
Bad Request
404
Not Found