Delete custom URL
Custom URLs
Delete custom URL
Permanently delete a custom-URL catalog entry. Returns {"success": true} on success. Rules that referenced this entry have their custom_url_ref set null (they fall back to any legacy inline custom_url until re-pointed). Returns 404 if the entry doesn’t exist or the caller lacks CONTRIBUTE permission.
DELETE
Delete custom URL
Authorizations
Path Parameters
UUID of the owning organization. Caller must have CONTRIBUTE.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$URL-safe short_id of the custom-URL entry.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Response
OK
The response is of type Response · object.