Skip to main content
DELETE
/
v1
/
api
/
surfaces
/
{id}
Delete a surface
curl --request DELETE \
  --url https://api.hq.zone/v1/api/surfaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "outcome": "<string>",
  "surface_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

Surface id

Response

App (surface) deleted

outcome
string
required
surface_id
string<uuid>
required