Hello Splynx Community,
I am encountering an issue with the Splynx API v2.0, specifically with the PUT and DELETE calls. Although I receive a response with a status code of 200, I am unable to update or delete data as intended. I would appreciate any insights or assistance in resolving this problem.
Here are some details regarding the issue:
- API Key and Permissions:
- My API key has been granted write, read, and delete permissions, ensuring that I have the necessary access for performing these operations.
- Request Details:
- I am using the correct endpoint URL and including the required data in the request payload.
- For update operations, I am utilizing the PUT method, and for deletions, I am using the DELETE method.
- Authentication:
- I have confirmed that the API key is correctly included in the request headers as per the documentation.
- Response:
- The response I receive from the API includes a status code of 200, indicating that the request was processed successfully.
- However, despite the successful response, the d
ata is not updated or deleted.
I have already gone through the documentation and performed necessary checks, but I have been unable to determine the cause of this issue.
I kindly request your support in resolving this matter. If anyone has encountered a similar problem or has any suggestions or insights, please share them. Your assistance will be highly appreciated.