Deleting a DDM Account
Function
This API is used to delete a DDM account. This operation will also disassociate the account from associated schemas if any.
URI
DELETE /v1/{project_id}/instances/{instance_id}/users/{username}
| Parameter | Mandatory | Description |
|---|---|---|
| project_id | Yes | Project ID of a tenant in a region |
| instance_id | Yes | DDM instance ID |
| username | Yes | Name of the target DDM account |
Request
Request parameters
None
Response
Response parameters
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| name | String | true | Name of the DDM account |
Example
- Example request
None
- Example response
{ "name":"infotest" }
Status Code
For details, see Status Codes.
Last Article: Modifying a DDM Account
Next Article: Application Examples

Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.