platformDelete
Graphql fields and variables for the platformDelete mutation
Delete a platform
Scope required: product:write
mutation platformDelete ($id: ID!) {
platformDelete (id: $id) {
errors
platform {
checkoutValidationEnabled
code
id
name
provisioningEnabled
webhookAuthToken
webhookSigningKey
webhookUrl
}
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
String
Last updated
Was this helpful?