Archive a Use Case

Archive a use case by setting its status to inactive. Archived use cases are hidden from listings by default and will reject new event ingestion.

Required scope: vision-events:manage

Archive a Use Case

post

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
post
/vision-events/use-cases/{useCaseId}/archive

Path Parameters

  • useCaseId (string, required): The ID of the use case to archive.

Example Request

Example Response

Notes

  • Archiving is a soft delete. The use case and its events are preserved but hidden from active listings.

  • To view archived use cases, use the List Use Cases endpoint with status=inactive.

  • You can restore an archived use case using the Unarchive a Use Case endpoint.

Last updated

Was this helpful?