annotation_configs
Unassign an annotation configuration from a project
Unassign an annotation configuration from a project. This operation is idempotent: unassigning a config that is not currently assigned is a no-op. The underlying annotation config is not deleted. Both the project and the config are identified by either ID or name.
delete/v1/projects/{project_identifier}/annotation_configs/{config_identifier}
Path parameters
project_identifierstring required
The project identifier: either project ID or project name.
The project identifier: either project ID or project name.
config_identifierstring required
The annotation configuration identifier: either ID or name.
The annotation configuration identifier: either ID or name.
Response
No content returned on successful unassignment