Superadmin APIs/Third-Party Integrations
Delete Integration
DELETE
/superadmin/integrations/:idBearer token required
SUPERADMINContent-Type:
application/jsonDestructive Operation
This action cannot be undone. Ensure you have the correct resource identifier before proceeding.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X DELETE 'https://<your-domain>:3001/superadmin/integrations/:id' \
-H 'Authorization: Bearer <token>'