Skip to main content
DELETE
/
resolver
/
api
/
v1
/
organizations
/
{organization_id}
/
custom-urls
/
{custom_url_id}
Delete custom URL
curl --request DELETE \
  --url https://www.closient.com/resolver/api/v1/organizations/{organization_id}/custom-urls/{custom_url_id} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

organization_id
string<shortuuid>
required

UUID of the owning organization. Caller must have CONTRIBUTE.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$
custom_url_id
string<shortuuid>
required

URL-safe short_id of the custom-URL entry.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

The response is of type Response · object.