Delete Profile
Simlessly
# Delete Profile
Simlessly API (v1.0.0): Delete Profile
# POST
https://rsp.simlessly.com/api/v1/profile/delete (opens new window)
# Parameters of Request
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
force | Boolean | Optional | / | / |
# Example of Request
{
"iccid": "89860468152080348700",
"force": false
}
# Parameter of Response
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
# Example of Response
{
"obj":{
"iccid":"89860468152080348700"
},
"success":true,
"msg":"",
"code":""
}