Release an eSIM
Unassign an eSIM from a client and make it available for future allocation.
Use this operation when an eSIM needs to be removed from the current client and returned to the pool of available eSIMs.
Request
PATCH /api/v1/esims/transfer
curl --location --request PATCH \
"https://esim-api.it-decision.com/api/v1/esims/transfer" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <TOKEN>" \
--data '{
"esims": [
"<ESIM_ID>"
],
"clientId": null
}'Result
The eSIM is unassigned from the current client and becomes available for future allocation.
Last updated