I deleted a record in the adalo API, but it was not deleted

I ran delete on the cloud server, but it hasn’t been deleted. status code 204, but it hasn’t been deleted.
It seems to be deleted when using Zapier or integromat.

Returned Response
Response {
size: 0,
Response { size: 0, timeout: 0,
[Symbol(Body internals)]: {
body: PassThrough {
_readableState: [ReadableState],
_events: [Object: null prototype],
_eventsCount: 2,
_maxListeners: undefined,
_writableState: [WritableState],
allowHalfOpen: true,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null
},
disturbed: false,
error: null
},
[Symbol(Response internals)]: {
url: ‘~’,
status: 204,
statusText: ‘No Content’,
headers: Headers { [Symbol(map)]: [Object: null prototype] },
{ counter: 0
}
}

I think it succeeds with status code 204, but is there any other reason why it is not deleted?
Please let me know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.