Hanzo
OpenapiIam

Removes an application.

Removes an application.

POST /v1/iam/applications/delete

Addresshttps://api.hanzo.ai/v1/iam/applications/delete
MethodPOST
Operationpost_iam_applications_delete
AuthAuthorization: Bearer $HANZO_API_KEY

Removes an application. Anyone mid-sign-in through it is turned away and its client credentials stop working, so retire the integration before deleting it.

Request

2 fields, body application/json (required).

FieldInTypeRequiredDescription
namebodystringyes
ownerbodystringyes

Response

StatusBodyMeaning
200iam.DeleteResultok

200 body — 1 field.

FieldInTypeAlwaysDescription
deletedbodyboolean

Failure carries the platform error shape — see Errors.

Examples

hanzo iam applications delete \
  --name <name> \
  --owner <owner>

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page