Skip to main content
POST
Delete custom footage seekpoints

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request to delete custom footage seek points for cameras within a time range.

cameraUuids
(string<DeviceFacetUuid> | null)[] | null

List of camera UUIDs to delete custom seek points for

RUUID with optional appended facet information

Example:

"AAAAAAAAAAAAAAAAAAAAAA.v0"

customName
string | null

Filter which custom seek points to delete with the custom name provided

Example:

"motion_event"

endTimestampMs
integer<int64> | null
int64

UNIX milliseconds timestamp to end custom seek point deletion, up to 24 hours from the start timestamp

Example:

1641081600000

startTimestampMs
integer<int64> | null
int64

UNIX milliseconds timestamp to start custom seek point deletion

Example:

1640995200000

Response

200 - application/json

OK

Response containing the results of deleting custom footage seek points.

deleteSeekpointResponseMap
object | null

Mapping of camera UUIDs to seek point deletion results

error
boolean | null
errorMsg
string | null
warningMsg
string | null
Last modified on August 3, 2026