Skip to main content
DELETE
/
v1
/
web-links
/
{id}
Delete web link
curl --request DELETE \
  --url https://api.wellapp.ai/v1/web-links/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string<uuid>
required

Web link ID to delete

Response

Web link deleted successfully

I