DeviceProvisioningRecipeDeleted
Emitted when a provisioning recipe is deleted.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | Unique identifier of the event instance, generated when the event is emitted |
kind | "domain" | ✅ | Kind of the event |
type | "Device.ProvisioningRecipeDeleted" | ✅ | Type of the event |
payload | object | ✅ | Event-specific payload data |
Example
{
"id": "string",
"kind": "domain",
"type": "Device.ProvisioningRecipeDeleted",
"payload": {
"owner": {
"ownershipType": "organization",
"organizationUid": "bcf27b3cxxxxxxxxxxxxxxxxd74bee80",
"parentCompanyUid": "9c208dd7xxxxxxxxxxxxxxxxe187b834"
},
"type": "Device.ProvisioningRecipeDeleted",
"originator": {
"accountId": 5991,
"organizationUid": "078be24exxxxxxxxxxxxxxxxa8911f88",
"policyUid": "ffb539dexxxxxxxxxxxxxxxx8446bd5b"
},
"uid": "b5d4a376xxxxxxxxxxxxxxxx24167209",
"organizationUid": "fe322f3exxxxxxxxxxxxxxxx43761a03",
"status": "Pending",
"serialNumber": "SN-184465",
"macAddress": "B4:26:9D:F3:XX:XX",
"model": "example-model",
"brand": "example-model"
}
}
Shape
{
"id": "string",
"kind": "domain",
"type": "Device.ProvisioningRecipeDeleted",
"payload": {
"owner": {
"ownershipType": "organization",
"organizationUid": "string | null",
"parentCompanyUid": "string | null"
},
"type": "Device.ProvisioningRecipeDeleted",
"originator?": {
"accountId?": "number",
"organizationUid?": "string",
"policyUid?": "string"
},
"uid": "string",
"organizationUid": "string",
"status": "Pending | Applied | Failed | Invalid",
"serialNumber?": "string",
"macAddress?": "string",
"model?": "string",
"brand": "string"
}
}