---
title: "Remove the current user's stored openEO credentials."
method: DELETE
path: "/api/v1/user/me/openeo-credentials"
---

# Remove the current user's stored openEO credentials.

`DELETE /api/v1/user/me/openeo-credentials`

**Authentication**: JWT token required.

**Response**: ``200 OK`` with ``{"data": {"status": "credentials removed"}}``

**Error Responses**:
- ``401 Unauthorized``
- ``404 Not Found``: user not found
- ``500 Internal Server Error``

## Response `200`

Success

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/trends/apis/trends-earth-api.md) · [All operations](https://skmtc.dev/trends/apis/trends-earth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trends/trends-earth-api/revisions/6bdbc0b84666/schema)
