DELETE /tokens/persistent/{audience}

Path parameters

  • audience string Required

    Integration token audience

    Values are phone-island, mobile-app, or nethlink.

Responses

  • 204

    Token(s) removed

  • 400 application/json

    Invalid audience

    Hide response attributes Show response attributes object
    • message string
    • error string
  • 401

    Unauthorized

DELETE /tokens/persistent/{audience}
curl \
 --request DELETE 'https://middleware.example.com/api/tokens/persistent/{audience}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
  "message": "string",
  "error": "string"
}