Superadmin APIs/Documents
Delete Document
DELETE
/superadmin/uploaddoc/: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/uploaddoc/:id' \
-H 'Authorization: Bearer <token>'