Delete surface
curl --request DELETE \
--url https://app.alana.shopping/api/workspace/{workspaceId}/surfaces/{surfaceKey} \
--header 'Authorization: Bearer <token>'Delete Surface
DELETE
/
api
/
workspace
/
{workspaceId}
/
surfaces
/
{surfaceKey}
Delete surface
curl --request DELETE \
--url https://app.alana.shopping/api/workspace/{workspaceId}/surfaces/{surfaceKey} \
--header 'Authorization: Bearer <token>'Authorizations
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Path Parameters
Pattern:
^[a-z][a-z0-9_]{1,48}[a-z0-9]$Response
Surface deleted
Last modified on May 18, 2026
⌘I