Radicas Docs
API referenceGenerated

Delete Seat

DELETE
/costs/seats/{seat_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

seat_id*Seat Id

Response Body

application/json

curl -X DELETE "https://example.com/costs/seats/string"
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}