13
Views
1
Comments
Deleting Users in ODC – Looking for Postman Collection or Steps
Question

Hi everyone,

I want to delete a user both in ODC and in the Users table.

I’ve tried using the existing Users Management (ODC) Forge component, but it feels a bit complex, and I’m not retrieving the data properly.

If anyone has done this before, could you share a Postman collection? It would help me understand the process easily, and I can then implement the same in ODC.

If sharing Postman isn’t possible, step-by-step instructions are also fine.

Currently, I’m using the following endpoint:

  • https://{tenant_domain}/api/users/v1/users/{key}

With inputs: key, Authorization, and ApiBaseUrl.

Thanks in advance for your help!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.