Aborts a catchpoint catchup.
  DELETE /v2/catchup/{catchpoint}     
 DELETE
 /v2/catchup/{catchpoint}
 Given a catchpoint, it aborts catching up to this catchpoint
Authorizations
Parameters
Path Parameters
 catchpoint 
 required
   string  format: catchpoint  
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