Commit fbb0af1
authored
Change deleteOrganizationDomain method name to delete to match other methods (#1324)
## Description
Updates the delete organization domain method (recently merged) to match
the other method names in the `organizationDomains` namespace from
`deleteOrganizationDomain` to `delete`
## Documentation
Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/reference) or code snippets need
updates.
```
[x] Yes
```
If yes, link a related docs PR and add a docs maintainer as a reviewer.
Their approval is required.
workos/workos#422881 parent cb3d40a commit fbb0af1
File tree
2 files changed
+3
-3
lines changed- src/organization-domains
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
0 commit comments