Delete Credential By Name Id
DELETE/api/v1/org/:org_id/creds/delete
Delete credentials within an organization based on name, id or both.
Args:
org_id (str): the id of the organization creds_name (str): optional, the name of the credentials. creds_id (str): optional, the id of the credential. db (AsyncSession): The data base to use in the repository org_member (OrgMember): The member to verify if the user is authorized to delete a credential
Returns:
None
Request
Responses
- 204
- 422
Successful Response
Validation Error