DELETE SERVICE_PRINCIPAL
Description
Delete an existing service principal.
Note that the SQL statement does not end with ;
Syntax
DELETE SERVICE_PRINCIPAL `<name>`
Example
DELETE SERVICE_PRINCIPAL `my_sp`
Required parameters
<name>: Specify the name of the service principal to delete.