Callback to terminate transfer process
POST/api/transfers/callbacks/:id/terminate
Callback to terminate transfer process
Request
Path Parameters
id stringrequired
Transfer ID
- application/json
Body
required
@typestringrequired
dspace:providerPidstringrequired
dspace:consumerPidstringrequired
dspace:codestringrequired
dspace:reasonstring[]required
Responses
- 200
Callback terminated transfer successfully
- application/json
- Schema
- Example (from schema)
Schema
- any
{
"status": "success"
}