delete_space_role
Remove a space role from Storyblok by specifying the space role ID using the Storyblok Management API. Streamline role management within your Storyblok spaces.
Instructions
Deletes a space role using the Storyblok Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_role_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"space_role_id": {
"title": "Space Role Id",
"type": "integer"
}
},
"required": [
"space_role_id"
],
"title": "delete_space_roleArguments",
"type": "object"
}