Skip to main content
Delete datastore owners. Only manually-assigned owners can be deleted. Required Permission:
  • cyera.manage.datastore_owners
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
Datastore UIDsDatastore UIDs to remove the owner from. If not provided, will remove the owner from all datastores.
EmailThe email of the datastore owner to delete.
Owner TypeIf set to a specific value (for example, “application-owner”), only ownerships of that type will be deleted. If set to null, will only remove owners with null owner type. If not provided, will remove owners regardless of owner type.

Example Output

{
	"deletedOwners": [
		{
			"datastoreOwnerUid": "123e4567-e89b-12d3-a456-426614174000",
			"datastoreUid": "123e4567-e89b-12d3-a456-426614174000",
			"email": "john.doe@example.com",
			"ownerType": "application-owner"
		}
	]
}

Workflow Library Example

Remove Datastore Owner with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop