Delete OAuth app
DELETE/apps/:appId
Soft-deletes an OAuth application and revokes all associated tokens. The app is marked as deleted but not physically removed from the database, maintaining an audit trail. Only the app owner can delete their apps.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully deleted app
Invalid app ID format
Unauthorized - admin role and credentials.manage scope required
App not found or access denied
Internal server error