GuideLab API

Delete an import mapping template

Permanently deletes a saved import mapping template by ID (passed as query parameter). Lab-only endpoint.

DELETE
/import/mappings

Permanently deletes a saved import mapping template by ID (passed as query parameter). Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Response Body

application/json

curl -X DELETE "https://example.com/import/mappings"
{  "success": true}
Empty
Empty