LDS Stake Portal
Callings

Delete Calling

DELETE
/callings/{calling_id}

Endpoint to delete a calling by its ID. System-defined callings cannot be deleted.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

calling_id*Calling Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/callings/0"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}