Remove a Resource Skill
Remove of all skills from a resource, or multiple resource with the addition of a trailing number on the ResourceId parameter, i.e. ResourceId1, ResourceId2 etc.
Query String Parameters
Name | Type | Description | Required |
---|
Action | String | ResourceSkillDelete | Required |
ResourceId | Int | Id of the resource(s). | Required |
Response Codes
Code | Message | Information |
---|
0 | OK | |
2 | $Invalid {item.key} | |
2 | $Could not locate ResourceId {resId} | |
Example
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ResourceSkillDelete&ResourceId=108131
Response Data
{
"Code": 0,
"Result": "OK"
}