DeleteWalker

DELETE /walkers/{walkerid}/

Delete the walker

Responses

  • 204 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 401 application/json

    Unauthorized

    Unauthorized

  • 405 application/json

    Method Not Allowed

    Method Not Allowed

  • 503 application/json

    Service Unavailable

    Service Unavailable

DELETE /walkers/{walkerid}/
curl \
 --request DELETE 'http://api.example.com/walkers/{walkerid}/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (204)
{
  "message": "string"
}
Response examples (401)
string
Response examples (405)
string
Response examples (503)
string