Delete auction
DELETEhttp://localhost:8080/ecmr/:service_code
Borrado lógido de la auction con ese service_code
Request
Path Parameters
service_code stringrequired
Header Parameters
Authorization stringrequired
Token de Auth del Usuario
Responses
- 200
Example response
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
status integer
data object
{
"status": 0,
"data": {
"service_code": "string"
}
}
{
"status": 200,
"data": {
"service_code": "COLFERn3P7H"
}
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'http://localhost:8080/ecmr/:service_code' \
-H 'Accept: application/json'
ResponseClear