DELETE/projects/api/v3/quote/:id

Delete a quote.

Responses

  • Code
    200
    Description
    200 OK No Data
  • Code
    404
    Type
    object
    Schema
    Description
    404 Not Found
    ErrorResponse defines how []Error should be marshaled to JSON.

Examples

404 Not Found

ErrorResponse
{
  "errors": [
    {
      "code": "string",
      "detail": "string",
      "id": "string",
      "meta": {},
      "title": "string"
    }
  ]
}