Skip to main content

Delete Artifact

DELETE 

/api/v1/artifacts/delete/:artifact_id

Delete an artifact using the repository.

Args

response (Response): The response object. artifact_id (str): The ID of the artifact to delete. org_member: The organizational member making the request. db (AsyncSession): The database session.

Returns

None: HTTP status of status.HTTP_204_NO_CONTENT.

Request

Responses

Successful Response