Skip to main content
POST
Delete a subject

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
element_id
string
required

Subject ID to delete (from elements[].element_id in the query response).

Example:

"863121023120580662"

Response

Deleted successfully

code
integer

0 indicates success

Example:

0

message
string
Example:

"SUCCEED"

request_id
string