Conversion API
Conversion APIExporter API
Conversion APIExporter API
  1. Conversion API
  • Get Started
  • Create ticket
    POST
  • Delete ticket
    DELETE
  • Request fix
    POST
  • /ticket delivered
  • /ticket deleted
  • /model modified
Conversion APIExporter API
Conversion APIExporter API
  1. Conversion API

Delete ticket

Production
https://api.cubi.casa/conversion
Production
https://api.cubi.casa/conversion
DELETE
/ticket/{ticket_id}
Delete a ticket from Cubicasa production.

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Path Params

Responses

🟢200OK
application/json
Ticket deleted
Body

🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.cubi.casa/conversion/ticket/' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Ticket deleted
{
    "message": "ticket deleted"
}
Modified at 2025-08-18 08:52:03
Previous
Create ticket
Next
Request fix
Built with