com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Deleting a Dataset via REST API v10
Overview
Description | Delete a dataset |
Resource Path |
|
HTTP Method | DELETE Â |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{dataset_id} | ID of the dataset that you need to delete. |
Sample cURL command
curl -X DELETE "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/v10/datasets/1 -k
Example
DELETE https://localhost:9443/api/v10/datasets/{dataset_id}
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, see HTTP Status Codes. |