Delete a task
Permanently deletes a task by ID.
You can only delete tasks that you own. Attempting to delete another user’s task will return a 404 error (security-first: doesn’t leak task existence).
Note: This operation cannot be undone.
Authentication
X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer
Enter your JWT token (without the ‘Bearer ’ prefix)
Path parameters
id
Task ID
Response
No Content