Skip to main content

Delete Issue

Delete an Issue

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK

DELETE /v2/issues/:id

Authorization

type: apiKeyname: Authorizationin: header
type: apiKeyname: Account-Tokenin: header

Request

Base URL
https://secure.fleetio.com/api
id — path required
curl -L -X DELETE 'https://secure.fleetio.com/api/v2/issues/:id' \
-H 'Authorization: Token <API_KEY>' \
-H 'Account-Token: <ACCOUNT_TOKEN>' \
-H 'X-Api-Version: 2024-03-15'