Company deleted
import { DeleteCompanyResponse } from "@apideck/unify/models/components";
let value: DeleteCompanyResponse = {
statusCode: 200,
status: "OK",
service: "zoho-crm",
resource: "companies",
operation: "delete",
data: {
id: "12345",
},
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
statusCode |
number | ✔️ | HTTP Response Status Code | 200 |
status |
string | ✔️ | HTTP Response Status | OK |
service |
string | ✔️ | Apideck ID of service provider | zoho-crm |
resource |
string | ✔️ | Unified API resource name | companies |
operation |
string | ✔️ | Operation performed | delete |
data |
components.UnifiedId | ✔️ | N/A |