Delete

DELETE /api/circuits/{id}

Delete a circuit

Path parameters

  • id string Required

Responses

  • Successful Response

  • 422 application/json

    Validation Error

    Hide response attribute Show response attribute object
    • detail array[object]
      Hide detail attributes Show detail attributes object
DELETE /api/circuits/{id}
curl \
 -X DELETE https://metropolitanacolombia.org/api/circuits/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}