IFRS-17
    IFRS-17
    CSM & PAA eligibility
    • Disclosures
    • Risk Adjustment
    • Discount Component
    • CSM & PAA eligibility
    • create ratios
      POST
    • create CSM run
      POST
    • read CSM runs
      GET
    • create CSM Amortization
      POST
    • determine PAA eligibility
      POST
    • delete CSM run
      DELETE

      delete CSM run

      DELETE
      https://api.i17.actserv-africa.com/api/v2/csm/lrc

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://api.i17.actserv-africa.com/api/v2/csm/lrc' \
      --header 'Authorization: Bearer <token>' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "run_id": "csm__20250611__d6dfd7b8469e11f08ef2b07d64ed2ca4",
          "type": "soft"
      }'
      Response Response Example
      {
          "code": 200,
          "msg": "deleted"
      }
      Previous
      determine PAA eligibility
      Built with