Remove a location
delete
Delete a location for an agent.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
locationIdstringRequired
Responses
204
Location deleted successfully
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
delete
/v1/agents/{agentId}/locations/{locationId}No content
Last updated