GuideLab API

Deactivate a pickup form element

Soft-delete a form element by setting it to inactive. The element remains in the database but will not appear in active element lists. Lab only.

DELETE
/pickup-requests/elements/{id}

Soft-delete a form element by setting it to inactive. The element remains in the database but will not appear in active element lists. Lab 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

Response Body

application/json

curl -X DELETE "https://example.com/pickup-requests/elements/550e8400-e29b-41d4-a716-446655440000"
{  "element": null}
Empty
Empty
Empty
Empty