DELETE/projects/api/v3/quote/{id}.json

Delete a quote.

Path Params

  • Name
    id
    Type
    integer
    required
    Description

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"
    }
  ]
}