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