Pular para o conteúdo principal

Delete Org Settings

DELETE 

/api/v1/org/:org_id/settings/delete

Delete settings for an organization.

Args: org_id (str): the id of the organization settings_key (str): the key of the setting to be deleted. db (AsyncSession): The data base to use in the repository org_member (OrgMember): The member to verify if the user is authorized to create a credential

Returns

None

Observations: Only ADMIN and SUPERADMIN users can create any setting If the user is not ADMIN or SUPERADMIN, he can only create their own settings

Request

Responses

Successful Response