Delete a specific training assignment
| Name | Type | Required | Optional | Searchable | Note |
|---|---|---|---|---|---|
| transcriptid | numeric | REQUIRED, Passed via URI |
http://devsandbox.targetsolutions.com/v1/trainingassignments/{transcriptid}
DELETE /trainingassignments/{transcriptid} HTTP/1.1
Host: http://devsandbox.targetsolutions.com/v1
AccessToken: lp4n+h8R8H/sQabWIOAw7w==
Cache-Control: no-cache
{
"httpcode":202,
"moreinfo":"http://developers.targetsolutions.com/v1/responsecodes/703",
"developermessage":"The request has been fulfilled and resulted in a resource being deleted.",
"statuscode":703,
"status":"accepted"
}
{
"httpcode":401,
"moreinfo":"http://developers.targetsolutions.com/v1/responsecodes/800",
"developermessage":"A request was made to a resource that you do not have ownership of.",
"statuscode":800,
"status":"access denied"
}