Superadmin APIs/Master Data Catalogs
Delete Custom Command
DELETE
/superadmin/customcommands/: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/customcommands/:id' \
-H 'Authorization: Bearer <token>'