Delete a user
The Canva SCIM API doesn't implement a REST DELETE
operation for a SCIM user.
To deprovision a SCIM user, you can use the PATCH
operation to set the user's active
attribute to false
. For more information, see Update individual attributes for a user.