DeleteAiSkillInput
InputAutogenerated input type of DeleteAiSkill
mutation { organization(id: $organizationId) { deleteAiSkill } }
Example
mutation DeleteAiSkill(
$organizationId: ID!
$input: DeleteAiSkillInput!
) {
organization(id: $organizationId) {
deleteAiSkill(input: $input) {
aiSkill
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |