curl --request DELETE \
--url https://qa-api.sbx.solidfi.com/v1/ticket/{ticketId} \
--header 'Content-Type: application/json' \
--data '""'
Delete a Ticket
curl --request DELETE \
--url https://qa-api.sbx.solidfi.com/v1/ticket/{ticketId} \
--header 'Content-Type: application/json' \
--data '""'
"{{sd-api-key}}"
"{{sd-dashboard-user-email}}"
The body is of type any
.