Getting an Error on workflow on API for DELETE operation

Having an workflow error on DELETE operation , Although the BODY is not required for the DELETE operation , Having the error on the API call which is failing to delete the account from the source.

Error : Delete “https://api.com/612565/3017/scim/Users/7a736361-6c65-7200-7363-696d06d134a0”: http: Request.ContentLength=4 with nil Body : HTTP call took 0.200609 seconds

Any soultions which we could test to resolve this error ?

1 Like

Any updates ?
Just an FYI , there is no Payload body for this function for the API

Hi @Karthish

Can you please check if you have selected the content type setting in the http action other than the headers ? If that is the case, then workflow will expect the body to be available.

Thank you.
Regards
Vikas.

The issue is resolved , when we pass Bearer + the Token in custom auth , previously only the Token was being sent in the credentials in workflow.

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