DELETE
/
url-mappings
/
v3
/
url-mappings
/
{url_mapping_id}
Delete the URL mapping
curl --request DELETE \
  --url https://api.hubapi.com/url-mappings/v3/url-mappings/{url_mapping_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

url_mapping_id
string
required

The ID of the URL mapping.

Response

204

No content