Hello CRM experts.
I am trying to delete in bulks via ODATA API but i keep getting the following error in my existing environment even though it works if i create a new instance and manually populate it:
[--batchresponse_cb364cd1-51b5-4a69-a8b5-aa2f05bbcc4aContent-Type: multipart/mixed; boundary=changesetresponse_b4db67b2-502e-4225-a2c6-d82ce3a6ac2d--changesetresponse_b4db67b2-502e-4225-a2c6-d82ce3a6ac2dContent-Type: application/httpContent-Transfer-Encoding: binaryContent-ID: 1HTTP/1.1 400 Bad RequestREQ_ID: d9c65a11-6151-48e8-94ca-b326f37c0b13Content-Type: application/json; odata.metadata=minimalOData-Version: 4.0{"error":{"code":"0x80040224","message":"Critical error: No Configuration found in CRM"}}--changesetresponse_b4db67b2-502e-4225-a2c6-d82ce3a6ac2d----batchresponse_cb364cd1-51b5-4a69-a8b5-aa2f05bbcc4a--
Batch example:
--batch_id
Content-Type: multipart/mixed; boundary=changeset_id
--changeset_id
Content-Type: application/http
Content-Transfer-Encoding:binary
DELETE https://xxxxx/api/data/v9.2/accounts(b8xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) HTTP/1.1
Content-ID: 1
Accept: application/json;q=0.9, */*;q=0.1
OData-Version: 4.0
Content-Type: application/json
OData-MaxVersion: 4.0
--changeset_id
Content-Type: application/http
Content-Transfer-Encoding:binary
DELETE https://xxxxx/api/data/v9.2/accounts(b8xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) HTTP/1.1
Content-ID: 2
Accept: application/json;q=0.9, */*;q=0.1
OData-Version: 4.0
Content-Type: application/json
OData-MaxVersion: 4.0
--changeset_id--
--batch_id--
I cannot find anything related to this error message and if i go by the error code i get a completely different error.
Any suggestions?
Kind regards
Tobias