Bulk delete action sets. See Using Global API Keys for more information on permission and scope requirements.
Successful Operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
{- "summary": "Delete action sets request example",
- "description": "Example request body for deleting multiple action sets by their IDs",
- "value": {
- "ids": [
- 123456,
- 654321,
- 250624
]
}
}
{- "errors": [
- "string"
]
}