Push Custom Integration Field : /reset endpoint has no effect

Hi there!

I'm currently implementing a workflow using a Custom Integration Field, with the write API. I'm following this guide : Set up Integration Fields - Prismic

Adding new items or delete some of them works perfectly. However, when I use the /reset endpoint to delete everything, I doesn't seem to have any effect. The items remain in the catalog.

Here is the request I'm doing:

POST /if/write/beemydesk--workshops/reset HTTP/1.1
Accept: application/json, */*;q=0.5
Accept-Encoding: gzip, deflate
Authorization: Bearer XXX
Connection: keep-alive
Content-Length: 0
Content-Type: application/json
Host: if-api.prismic.io
User-Agent: HTTPie/2.3.0

And the response I get:

HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 0
Content-Type: application/json
Date: Wed, 03 Feb 2021 13:25:04 GMT
X-Amzn-Trace-Id: Root=1-601aa42e-196c938c6d01f1014be51ed3;Sampled=0
x-amz-apigw-id: aK6XWEnJoAMFkqw=
x-amzn-RequestId: b93f288f-f7b6-4e48-97b0-1f30beb224ec

Is it a known issue or do I do something wrong?

Best regards :smile:

Hi François,

Thank you for contributing to the Prismic community.

I will try to troubleshoot this issue with you, first of all, I will need the repository name that you are using in order to try to reproduce the issue on my side (you can share it in a private message if necessary).

Meanwhile, I will check if we have any issues with the /reset endpoint.

Looking forward to your reply,
Fares

I've checked with my team, and it seems that somebody has reported this issue yesterday, I will let you know I get any updates.

Thank you for the response, Fares :+1:

My repository name is beemydesk, if that still helps :slight_smile:

1 Like

Hi @francois, the issue has been fixed and being progressively released, we can give you alpha access if necessary.

This issue has been closed due to inactivity. Flag to reopen.