Delete a value
Delete a field’s value.
Request | |
---|---|
Method | DELETE |
Resource | https://[customer].asp.virtual-call-center.eu/v2/projects/[projectid]/fields/[fieldid]/values/[valueid] |
Options | N/A |
Body | N/A |
Response | |
Body | Result of the request. |
Request
Resource parameters
Name | Type | Mandatory | Comment |
---|---|---|---|
customer | string | yes | Your call centre’s unique identifier (subdomain). |
fieldid | integer | yes | Field identifier. |
projectid | integer | yes | Unique project identifier. |
valueid | integer | yes | Value identifier. |
Example
URL: https://mycc.asp.virtual-call-center.eu/v2/projects/251/fields/11/values/13
Response body – on success
{
"errors": [],
"response": true
}
Response body – on error
{
"errors": [
{
"errorcode": 417,
"index": 0,
"errormessage": "error.deleteing_value_was_unsuccessful"
}
],
"response": false
}
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.