Deleting a User Event
This API is used to synchronize deleted users to the application system.
URL
POST https://{app_domain}/callback
Request Header
Authorization: Bearer {access_token}
Request Parameters
Parameter |
Type |
Description |
---|---|---|
id |
String |
|
Response Parameters
Parameter |
Type |
Description |
---|---|---|
code |
String |
Return code. 200 indicates success. |
message |
Integer |
Description of the error cause. |
Example Request
- Example request with message signature and encryption enabled:
{ "nonce": "AmgjjEAJbrMzWmUw", "timestamp": "15093849585", "eventType": "DELETE_USER", "data": "6IXEWxQhUa3UqsXHWsDZ5LTAo/xU3zhjq9H3syCuFYDYKg==", "signature": "K08yDiTEc094KoccOY+VYLQFxxQ=" }
- The decrypted JSON string in the request body follows this format:
{ "id": "c3a26dd3-27a0-4dec-a2ac-ce211e10...." }
Example Response
Status code: 200
{ "code": "200", "message": "success" }
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot