Delete Customer Pricing
DELETE/customers/:lookupKey/:lookupValue/pricing
Use this endpoint to delete pricing for an existing customer. The customer can be identified by it's lookup key.
Request
Path Parameters
lookupKey stringrequired
Lookup key. Read more about customer lookup keys
lookupValue stringrequired
The value of the key (id or sourceId)
Responses
- 200
- 404
Delete User Pricing - 200 / Delete Customer Pricing - 200
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Delete Customer Pricing - 200
- Delete User Pricing - 200
Schema
data
object
object
messages string[]
{
"data": {},
"messages": [
"completed"
]
}
{
"data": {},
"messages": [
"completed"
]
}
{
"data": {},
"messages": [
"completed"
]
}
Delete User Pricing - 404 / Delete Customer Pricing - 404
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Delete Customer Pricing - 404
- Delete User Pricing - 404
Schema
error
object
code number
messages string[]
moreInfo string
status number
type string
{
"error": {
"code": 70007,
"messages": [
"Parent resource [User] with id [14699] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/70007",
"status": 404,
"type": "ParentUserNotFound"
}
}
{
"error": {
"code": 70007,
"messages": [
"Parent resource [User] with id [25496] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/70007",
"status": 404,
"type": "ParentUserNotFound"
}
}
{
"error": {
"code": 70007,
"messages": [
"Parent resource [User] with id [14699] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/70007",
"status": 404,
"type": "ParentUserNotFound"
}
}
Loading...