Skip to main content
DELETE
/
payment
/
config
/
{payrollConfigId}
Delete payment configuration for an organisation
curl --request DELETE \
  --url https://api.sandbox.flowpayroll.ai/v1/payment/config/{payrollConfigId} \
  --header 'X-Auth-Token: <api-key>'
{
  "message": {
    "text": "Payment configuration deleted successfully",
    "token": "deleteOrganisationPaymentConfigSuccess",
    "tokenArguments": []
  },
  "content": {
    "data": null,
    "metadata": {
      "dateFormat": "yyyy-MM-dd",
      "dateTimeFormat": "yyyy-MM-ddTHH:mm:ss.fffZ",
      "paginationToken": null
    }
  },
  "validationIssues": [],
  "messageToken": "deleteOrganisationPaymentConfigSuccess"
}

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

Path Parameters

payrollConfigId
string
required

Response

Payroll Configuration Deleted

message
object
content
object
validationIssues
object[]
messageToken
string