Skip to main content
DELETE
admin_session_profile_details_delete

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

Path Parameters

profile_id
string
required

Response

Session profile

created_at
string<date-time>
required

Time when the resource was created

configuration
object
required
description
string
required

description of the profile

created_by
string
required
read-only

The user/client created the resource

updated_at
string<date-time>
required
read-only

Time when the resource was last updated

id
string

An ID that uniquely identifies the resource

url
object
profile_id
string

The profile_id you have defined for the profile. (must not have trailing or leading spaces) An auto-generated profile_id will be created if no profile_id is provided.

Maximum string length: 255
merchant
object

Configure merchant information used in the checkout.

checkboxes
object[]

Configuration for checkboxes that should be part of the checkout

Maximum array length: 2
express
object
deleted_by
string
read-only

The user/client deleted the resource

deleted_at
string<date-time>
read-only

Time when the resource was deleted

Last modified on July 14, 2026