Canceling SP Registration in IdP
The registration canceling is performed according to the following schema:
- The SP sends registration cancellation request to IdP.
It sends HTTP request DELETE IDP_API_BASE_URL/sp/sp_id/props.
- IdP removes all data and settings associated with the SP and responses with status code 200 on success.
- The SP removes registration data that is associated with IdP.