Delete Campaign Profile Resource
Simlessly
# Delete Campaign Profile Resource
Simlessly API (v1.0.0): Delete Campaign Profile Resource
# POST
https://rsp.simlessly.com/api/v1/open/campaign/resource/delete (opens new window)
# Parameters of Request
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
# Example of Request
{
"iccid":"8985211116317800004"
}
# Parameters of Response
Name | Type | MOC | Description | Example |
---|
# Example of Response
{
"obj":{},
"success": true,
"msg": "",
"code": "00000"
}