/api/challenge-templates/:id
Requires authentication.
Bearer token obtained from
/api/auth/login or /api/auth/signup. Format: Bearer <token>.Path parameters
The numeric ID of the challenge template to delete.
Example
Response
204 No Content The template was deleted successfully. No response body is returned.Errors
| Status | Description |
|---|---|
401 | Missing, invalid, or expired token. |
404 | No challenge template found for the given ID. |