# Delete data default

## Delete a Data Default

<mark style="color:red;">`DELETE`</mark> `https://ris.rightsline.com/v4/:charType/data-default/:dataDefaultGuid`

This endpoint deletes a single specified data default.

#### Path Parameters

| Name                                              | Type | Description                   |
| ------------------------------------------------- | ---- | ----------------------------- |
| dataDefaultGuid<mark style="color:red;">\*</mark> | GUID | Data default GUID to destroy. |

#### Headers

| Name           | Type   | Description             |
| -------------- | ------ | ----------------------- |
| x-api-key      | string | Your company's API key. |
| Authentication | string | Authentication token.   |

{% tabs %}
{% tab title="200 Successfully deleted." %}

```javascript
 "Deleted"
```

{% endtab %}

{% tab title="400: Bad Request Failed to provide data default GUID." %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

## Sample Url for Deal Data Defaultode

```
DELETE: /v4/deal/data-default/03a97200-e269-ed11-8340-065151be1e5
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-docs.rightsline.com/data-defaults/retrieve-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
