Delete - Shipping Templates
DELETE/api/auction/favorites/:id
Delete a favorite
Request
Path Parameters
id stringrequired
Header Parameters
apikey stringrequired
Apikey of a company linked to a user
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
data object
_id string
status integer
{
"data": {
"_id": "string"
},
"status": 0
}
{
"data": {
"_id": "64fab27e8bc22f9fbf72814c"
},
"status": 200
}
Loading...