Delete Location Definitions

View as Markdown

Soft-deletes (archives) locations by default. Pass force=true in the body to permanently remove them.

Authentication

X-Trebellar-Api-Keystring
API Key authentication via header
OR
AuthorizationBearer

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

Request

This endpoint expects an object.
locationIdslist of stringsRequired
forcebooleanOptional

Response

Locations deleted/archived successfully

datalist of objects

Errors

400
Bad Request Error
500
Internal Server Error