Delete API App

View as Markdown
Deletes an API App. Can only be invoked for apps you own.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:)>.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

client_idstringRequired
The client id of the API App to delete.

Errors

4XX
Client Request Error