Skip to main content
DELETE
/
locations
/
{locationId}
Delete location
curl --request DELETE \
  --url https://api.openfiskal.com/v1/locations/{locationId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-OpenFiskal-Merchant: <x-openfiskal-merchant>'
{
  "code": "unauthorized",
  "message": "Authentication failed.",
  "retryable": false
}

Documentation Index

Fetch the complete documentation index at: https://dev.openfiskal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-OpenFiskal-Merchant
string
required

Merchant identifier returned by the merchants resource.

Path Parameters

locationId
string
required

Response

Location deleted