Saltar al contenido principal

Delete auction

DELETE 

http://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

Example response

Schema
    status integer
    data object
    service_code string
curl -L -X DELETE 'http://localhost:8080/ecmr/:service_code' \
-H 'Accept: application/json'
Request Collapse all
Base URL
http://localhost:8080
Parameters
— pathrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!