POST
/
warehouse
/
return
/
{return_id}
/
remove
curl --request POST \
  --url https://api.loopreturns.com/api/v1/warehouse/return/{return_id}/remove \
  --header 'X-Authorization: <api-key>'
"true"

Authorizations

X-Authorization
string
header
required

Path Parameters

return_id
integer
required

The unique identifier associated with the return.

Query Parameters

line_item_id
string
required

The ID of the line item to remove. Optionally, you can include more than one using comma separated values.

Response

200
application/json
Success

The value returned when the return is processed successfully.