LDS Stake Portal
Callings

Unassign Calling Slot

DELETE
/callings/{calling_id}/{slot_id}

Endpoint to unassign a specific slot from a calling.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

calling_id*Calling Id
slot_id*Slot Id

Response Body

application/json

application/json

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