Delete OAuth Client App

Version 4.0.24.6 (latest)

Delete OAuth Client App

Deletes the registration info of the app with the matching client_guid. All active sessions and tokens issued for this app will immediately become invalid.

As with most REST DELETE operations, this endpoint does not return an error if the indicated resource does not exist.

Note: this deletion cannot be undone.

Request

DELETE /oauth_client_apps/{client_guid}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
client_guid
string
The unique id of this application

Response

204: Successfully deleted.

Datatype
Description
(string)
string

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link