protocol_groups
Delete Protocol Group
Delete a protocol group.
The protocols in the group are not deleted — the database's ON DELETE SET NULL ungroups them, since a group is metadata about protocols and never their owner.
Parameters
group_id : str ID of the group to delete.
Returns
dict Success message.
Raises
NotFoundError If the group does not exist or belongs to another organization. ForbiddenError If the caller lacks protocol_group:delete in the project.
delete/protocol_groups/{group_id}
Path parameters
group_idstring required
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.