Skip to main content
DELETE /api/challenge-templates/:id Requires authentication.
string
required
Bearer token obtained from /api/auth/login or /api/auth/signup. Format: Bearer <token>.
This action is permanent and cannot be undone. Deleting a seeded template removes it for all users.

Path parameters

number
required
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