Delete device message records
Property | Description |
Resource URL | /customer/v1/{customer_id}/messaging/{messaging_profile_id}/delete |
Method | POST |
Body | Messaging Delete Object |
Sample Request
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
POST /customer/v1/5a393ea210d91806b7ef702c/messaging/messaging_conn_profile_1001/delete HEADER authorization:Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiIiLCJpYXQiOjE1MjIwODg2MzIsImV4cCI6MTUyMjA4ODY0MiwiYXVkIjoiIiwic3ViIjoiIiwiY3VzdG9tZXJfaWQiOiI1YTM5M2VhMjEwZDkxODA2YjdlZjcwMmMifQ.mHoao135IAn6mdKpJJAxKVldCsHWZtGtvTn3DuLhDjg { "request_id": "", "request_parameters": { "transaction_id_list": [ "5897a6b07a83380fcc776af4", "5897a23a1876900efcf67ee0", "5897aba8b3fc6712176a1e7c" ] } } |
Sample Response
1 2 3 4 5 |
{ "request_id": "", "result_code": 0, "result_description": "Success" } |
Note:
The delete operation requires one or more transaction_id of the message records to be deleted to be specified in the transaction_id_list array attribute.
The delete operation requires one or more transaction_id of the message records to be deleted to be specified in the transaction_id_list array attribute.
The transaction_id must be associated to the customer account.