GuideLab API

Delete a custom report

Permanently deletes a custom report. Built-in reports cannot be deleted. Lab owner/admin only.

DELETE
/reports/{id}

Permanently deletes a custom report. Built-in reports cannot be deleted. Lab owner/admin only.

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
Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "success": true}
Empty
Empty
Empty