API - DELETE by rowid met with an unauthorized error

Hi there,

I've developed logic/code that will delete records based on a date using the rowid. Unfortunately, the delete call does not work when executed from my bi server using Pentaho.

I am able to successfully delete when using Postman (from the bi server) so I can prove my authentication and call are "correct." Any ideas?


a portion of the api call below:

DELETE

https://api.smartsheet.com/2.0/sheets/2009553878443908/rows?ids=5312693350754180


met with error code on when pentaho:

"You are not authorized to perform this action"

Answers