Archive a Use Case
Archive a use case by setting its status to inactive.
Authorizations
AuthorizationstringRequired
Roboflow API key passed as a Bearer token.
Path parameters
useCaseIdstringRequired
The ID of the use case to archive.
Responses
200
Use case archived successfully.
application/json
successbooleanOptional
403
Insufficient permissions for this resource.
application/json
404
Use case not found.
application/json
post
/vision-events/use-cases/{useCaseId}/archivePath Parameters
Example Request
Example Response
Notes
Last updated
Was this helpful?