Locations API - V2

Remove location restriction

Removes a restriction from the specified location. This action is for the entire customer and will apply to all their users.


Open Swagger Specification

Endpoint

    DELETE - https://api.travisroadservices.com/v2/locations/{id}/restriction
    Copy
  

Path params

Parameter Type Description
id string The ID of the location to remove a restriction from.

Request body

No request body

Response body

Response 204

LocationRestrictionResource resource deleted

No response body

Response 401

No response body - No bearer token set verify if your token is added as bearer token

Response 403

No response body - You don't have access to this API resource

Response 404

Not found

Fields

Field Type Description
title string A short, human-readable summary of the problem.
detail string A human-readable explanation specific to this occurrence of the problem.
status number The HTTP status code applicable to this problem.
instance string A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
type string A URI reference that identifies the problem type

Example