platformDelete
Graphql fields and variables for the platformDelete mutation
Last updated
Was this helpful?
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
}
}
}{
"id": "456123"
}id
ID
errors
String
Last updated
Was this helpful?
Was this helpful?
