GuidesAPI Reference
API Reference

Deletes a subscription.

Deletes a subscription associated with the HRN.

Path Params
string
required

The HERE Resource Name (HRN) of the subscription.

Query Params
string

The billingTag parameter is an optional free-form tag that you can use to group billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Headers
string
required

x-idempotency-key is the unique value generated by the client to create a subscription request. Any additional retry requests must have the same x-idempotency-key header value and the same body content as the first subscription request. If the retry request body content is different, then the server will return a 409 status code. It is recommended to use UUID v4 for x-idempotency-key value. Minimum length: 10, maximum length: 255.

Responses

400

Bad Request - indicates that your request failed fast validation due to an issue, such as syntax or logical errors.

401

Unauthorized

403

Forbidden - Access to this subscription is forbidden.

404

Not Found - A subscription with the specified HRN doesn't exist.

409

Conflict - indicates that a subscription token with the same x-idempotency-key but a different subscription already exists or is in the process of being deleted.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json