Canceling SP Registration in IdP

The registration canceling is performed according to the following schema:

  1. The SP sends registration cancellation request to IdP.

    It sends HTTP request DELETE IDP_API_BASE_URL/sp/sp_id/props.

  2. IdP removes all data and settings associated with the SP and responses with status code 200 on success.
  3. The SP removes registration data that is associated with IdP.