if ( isset( $post_data['id'] ) ) {
            $result = $this->mappings->delete_object_map( $post_data['id'] );
            if ( true === $result ) {
                $url = esc_url_raw( $post_data['redirect_url_success'] );
            } else {