Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Delete a Klass

Deletes a Klass using its unique ID. You cannot delete a Klass if KObjects exist for it.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.admin.klass.write|org.permission.klass.delete|

Input

type: object properties: parameters: type: object properties: id: type: string description: (Required) Klass ID required: - id title: Parameters