Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 699 Bytes

File metadata and controls

39 lines (25 loc) · 699 Bytes

delete-client

← Command Reference

Delete an OAuth client registration from the UAA.

Usage

uaa delete-client CLIENT_ID [flags]

Flags

Flag Short Default Description
--zone -z Identity zone subdomain in which to delete the client

Global Flags

Flag Short Description
--verbose -v Print additional info on HTTP requests

Examples

uaa delete-client my-app
uaa delete-client my-app --zone my-zone

See Also


← Command Reference