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

Delete a given participation key by ID

DELETE
/v2/participation/{participation-id}

Delete a given participation key by ID

Authorizations

Parameters

Path Parameters

participation-id
required
string

Responses

200

Participation key got deleted by ID

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

404

Participation Key Not Found

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