Delete web-link

delete/v1/web-links/{web_link_id}

Delete a web link by ID

Requires a bearer token: Authorization: Bearer <token>.

Path parameters

NameTypeRequiredDescription
web_link_idstring <uuid>YesWeb link ID to deletee.g. 123e4567-e89b-12d3-a456-426614174000

Request

cURL
curl -X DELETE https://api.wellapp.ai/v1/web-links/{web_link_id} \
  -H "Authorization: Bearer $WELL_API_TOKEN"

Responses

204Web link deleted successfully

401Unauthorized - invalid API key

{
  "code": "UNAUTHORIZED",
  "status": 401,
  "title": "Unauthorized",
  "message": "See title.",
  "meta": {
    "trace_id": "a1b2c3",
    "log_id": "a1b2c3"
  }
}

404Web link not found