Delete Policy

Delete Policy

Deletes the pricing card with the specified id

Request
URI
DELETE
https://{api_host}/price/api/private/pricing-cards/{id}
COPY
Path Parameters
string
id
Required

pricing card Id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

204

No Content

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/price/api/private/pricing-cards/{id}