Delete an approver from an approval section item

Removes the approver identified by approverId from the section identified by sectionId. This endpoint takes no request body. If the approver does not belong to that section a 404 is returned. The organizationId path parameter supports both the Findity id and the partner-side externalId.

Path Params
string
required

Unique identifier of the organization. String in UUID without dashes (32-character hex string) if access is done via values from Findity system otherwise, id of external system can be used

string
required
^[0-9a-fA-F]{32}$

Unique identifier of the approval section. String in UUID without dashes (32-character hex string).

string
required
^[0-9a-fA-F]{32}$

Unique identifier of the approver assigned to an approval section item. String in UUID without dashes (32-character hex string).

Responses
204

Approver successfully deleted

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json