User APIs/Routes
Delete Route
DELETE
/user/routes/:idBearer token required
ADMIN | USERContent-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/user/routes/:id' \
-H 'Authorization: Bearer <token>'