Skip to main content

Delete Place

Delete a Place

Path Parameters

  • id string required

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

    The id of the relevant record

Responses

OK

DELETE /v1/places/: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/v1/places/:id' \
-H 'Authorization: Token <API_KEY>' \
-H 'Account-Token: <ACCOUNT_TOKEN>' \
-H 'X-Api-Version: 2024-03-15'