cURL
curl --request DELETE \ --url https://api.hubapi.com/url-mappings/v3/url-mappings/{url_mapping_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "correlationId": "<string>", "category": "<string>", "links": {} }
Marks the URL mapping as deleted.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the URL mapping.
No content
Was this page helpful?