Skip to content
Management API Reference

[Beta] Revoke oauth app authorization and it's corresponding tokens

post/v1/oauth/revoke

Body

  • client_id
    Required
    string
  • client_secret
    Required
    string
  • refresh_token
    Required
    string

Response codes

  • 204
  • 401
  • 403
  • 429

Response (204)

{}