Delete Contact Pricing
DELETE/contacts/:lookupKey/:lookupValue/pricing
Use this endpoint to delete pricing for an existing contact. The contact can be identified by it's lookup key.
Request
Path Parameters
lookupKey stringrequired
Lookup key. Read more about contact lookup keys
lookupValue stringrequired
The value of the key (id or sourceId)
Responses
- 200
- 404
Delete Contact 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 Contact Pricing - 200
Schema
data
object
object
messages string[]
{
"data": {},
"messages": [
"completed"
]
}
{
"data": {},
"messages": [
"completed"
]
}
Delete Contact 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 Contact Pricing - 404
Schema
error
object
code number
messages string[]
moreInfo string
status number
type string
{
"error": {
"code": 50007,
"messages": [
"Parent resource [Contact] with id [25494] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/70007",
"status": 404,
"type": "ParentContactNotFound"
}
}
{
"error": {
"code": 50007,
"messages": [
"Parent resource [Contact] with id [25494] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/70007",
"status": 404,
"type": "ParentContactNotFound"
}
}
Loading...