I’m using Integromat to interface with the API. I’m working on a scenario that will delete empty projects for us. The delete project by ID command will not work for me. I keep on getting an error 500, but don’t see anything wrong with the url syntax and I have nothing in the body. I have also double checked that my token has permission to delete projects… Not sure what is going wrong. Any help would be appreciated.
Is it possible that the token you’re using on Integromat doesn’t have permission to delete projects?
Also, a DELETE
call shouldn’t have body content as far as I know. So it’s possible you need to drop the Content-Type
headers.
The token 100% has permission. It appears to have been the headers. Those default on there… Was kind of hard to get rid of them actually. Thanks for the help @jhodges ! I may contact Integromat support about the headers.
Glad to hear you figured it out! Definitely do reach out to Integromat about this as I’m sure they’d love to know.