emnify · Arazzo Workflow
emnify Decommission Endpoint
Version 1.0.0
Authenticate, read the endpoint, suspend its SIM, then delete the endpoint.
View Spec
View on GitHub
IoTInternet of ThingsCellular ConnectivityIoT SIMeSIMConsumer eSIMSGP.32M2MNTN-IoTSatelliteSuperNetworkArazzoWorkflows
Provider
Workflows
decommission-endpoint
Suspend an endpoint's SIM and delete the endpoint.
Authenticates, reads the endpoint to find its SIM, suspends the SIM to stop charges, and deletes the endpoint.
1
authenticate
authenticate
Exchange the application token for an auth_token used as a Bearer token.
2
getEndpoint
endpoint-by-id-get
Read the endpoint to capture the assigned SIM ID before teardown.
3
suspendSim
sim-by-id-patch
Suspend the assigned SIM (status id 2) so it stops accruing charges.
4
deleteEndpoint
endpoint-by-id-delete
Delete the endpoint and all of its child entities.