cURL
curl --request DELETE \ --url https://control-plane.kubiya.ai/api/v1/custom-integrations/{integration_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a custom integration.
By default, this is a soft delete (sets status to DELETED). Use hard_delete=true to permanently remove from database.
Enter your Kubiya API token (format: Bearer )
Permanently delete (vs soft delete)
Successful Response
Was this page helpful?