IFRS-17
    IFRS-17
    Disclosures
    • Disclosures
    • Risk Adjustment
    • Discount Component
    • CSM & PAA eligibility
    • create disclosure run
      POST
    • read disclosure runs
      GET
    • calculate disclosures
      POST
    • delete disclosures run
      DELETE

      delete disclosures run

      DELETE
      https://api.i17.actserv-africa.com/api/v2/disclosures/{run_id}

      Request

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

      Body Params multipart/form-data

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://api.i17.actserv-africa.com/api/v2/disclosures/test__20241220____9ced463e45be11f081570242ac1c0002' \
      --header 'Authorization: Bearer <token>' \
      --form 'type="soft"'
      Response Response Example
      {
          "code": 200,
          "msg": "deleted"
      }
      Previous
      calculate disclosures
      Built with