GuideLab API

Delete a task

DELETE
/production/tasks/{id}

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

id*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/production/tasks/string"
{  "success": true}
Empty
{  "error": "string"}