Skip to content
This new developer portal is under construction. For complete documentation, please refer to the old developer portal.

Aborts a catchpoint catchup.

DELETE
/v2/catchup/{catchpoint}

Given a catchpoint, it aborts catching up to this catchpoint

Authorizations

Parameters

Path Parameters

catchpoint
required
string format: catchpoint
/[0-9]{1,10}#[A-Z0-9]{1,53}/

A catch point

Responses

200

An catchpoint abort response.

object
catchup-message
required

Catchup abort response string

string

400

Bad Request

An error response with optional data field.

object
data
object
message
required
string

401

Invalid API Token

An error response with optional data field.

object
data
object
message
required
string

500

Internal Error

An error response with optional data field.

object
data
object
message
required
string

default

Unknown Error