Version 4.0.24.14
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
path
Expand HTTP Path definition...
client_guid
The unique id of this application
Response
204: Successfully deleted.
Datatype
Description
(string)
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link