microsoftgraph / microsoftgraph/msgraph-metadata
Wrong response for `DELETE /tenantRelationships/multiTenantOrganization/tenants/{tenantId}`
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
According to the metadata
DELETE /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Should return 204 and no response. In fact, the DELETE method return 200 and tenant member. Seems like the DELETE is asynchronous operation and removing can take several minutes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the metadata entry for DELETE /tenantRelationships/multiTenantOrganization/tenants/{tenantId} and inspect how its response is described. Check the surrounding metadata for the asynchronous operation pattern. Done means the endpoint is represented as returning 204 with no response, rather than 200 with a tenant member.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100