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